Filter Array
Filter array using condition.
Node Data | |
|---|---|
Display name | |
Filter Array | |
Internal name | |
Node_Iterate_Filter_Inline | |
Inheritances | |
| Node_Collection_Inline | |
| Node_Iterate_Filter_Inline | |
Inputs | |
Outputs |
Iterate through the input array and filter the elements based on the condition defined by node graph. The output array will only contain the elements that return true from the condition.